home *** CD-ROM | disk | FTP | other *** search
- ; Frontpad.inf
- ; Installation file for the Beta1 release of Microsoft FrontPad.
-
- ; Edit Log
- ; Date Author Change
- ; 02/17/97 HarleyR Fixed FP97 bug 7081 (Startup menu link Internet Explorer Suite instead of Accessories)
- ; 02/17/97 HarleyR Fixed FP97 bug 7103 (Didn't pay attention to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir).
- ; 02/17/97 HarleyR Changed FrontPad 97 to FrontPad.
- ; 01/30/97 HarleyR Fixed typo: SourceDiskFiles -> SourceDisksFiles.
- ; 01/28/97 HarleyR Fixed FP97 bug 6908 (Made shell Edit verb localizable).
- ; 01/28/97 HarleyR Fixed FP97 bug 6910 (Included confirmation prompt when removed).
- ; 01/28/97 HarleyR Fixed FP97 bug 7023 (Reduced install space by 3MB by installing from CAB).
- ; 01/28/97 HarleyR Fixed FP97 bug 7024 (Added support for quiet uninstall).
- ; 01/28/97 HarleyR Fixed FP97 bug 7025 (Removed version conflict with MSENCODE.DLL by not installing it).
-
- [Version]
- Signature=$CHICAGO$
- AdvancedINF=2.0
-
- [DefaultInstall]
- Copyfiles=FPadBinCopy, FPadDataCopy, FPadPagesNormalCopy, FPadINFCopy, FPadTempCopy
- AddReg = GeneralRegKeys
- UpdateInis = FPIni, FPadAddLink
- CustomDestination=FPadDestination
-
- [Uninstall]
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- DelFiles = FPadBinCopy, FPadDataCopy, FPadPagesNormalCopy, FPadTempCopy
- DelReg = GeneralRegKeys, DelUninstallKey
- ;AddReg = DebugRegKeys ; DEBUG!
- UpdateInis = FPadRemoveLink
- CustomDestination=FPadDestination
- Cleanup=1
-
- [BeginPromptSection]
- Prompt=%BeginPrompt%
- ButtonType=YESNO
- Title=%FrontPadDesc%
-
- [EndPromptSection]
- Prompt=%EndPrompt%
-
- [FPadBinCopy]
- Fp20htp.dll
- Fp20ime.dll
- Fp20tl.dll
- Fp20utl.dll
- Frontpad.exe
- Lead52n.dll
- Frontpad.hlp
- Frontpad.cnt
- ;Wizard.exe
-
- [FPadPagesNormalCopy]
- Normal.htm
- Normal.inf
-
- [FPadDataCopy]
- FoldData.gif
-
- [FPadINFCopy]
- Frontpad.inf
-
- ; Can't just make an empty directory, so copy an empty file into it.
- [FpadTempCopy]
- empty.tmp
-
- [DestinationDirs]
- FPadBinCopy=49100,Bin
- FPadPagesNormalCopy=49100,Pages\Normal.tem
- FPadDataCopy=49100,Data
- FPadTempCopy=49100,Temp
- FPadINFCopy = 17
- WindowsDir = 25
-
- [GeneralRegKeys]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"DisplayName",,"%FrontPadDesc%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\Frontpad.inf, Uninstall"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\Frontpad.inf, Uninstall,5"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad,"RequiresIESysFile",,"4.71"
-
- ; Remember where we were installed for uninstall.
- HKLM,SOFTWARE\Microsoft\FrontPad,"InstallDir",,"%49100%"
-
- ; Install FrontPad as the HTML and InternetShortcut editor, if there is not already another installed.
- HKCR,htmlfile\shell\%ShellVerb%\command,,2,"%49100%\Bin\Frontpad.exe %1"
- HKCR,InternetShortcut\shell\%ShellVerb%\command,,2,"%49100%\Bin\Frontpad.exe %1"
-
- ; Insert menu customizations for FrontPad.
- HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem1,,"2,2,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B>' startspan --><%WinShell.Title%><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
- HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem2,,"2,2,1,%MenuLabel%,%ItemLabel2%,<!--webbot bot=HTMLMarkup u-src='file:///%49100%\Data\FoldData.gif' startspan --><object classid=clsid:EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B height=400 width=400><param name='Location' value='<%WinShell.ThisDirPath%>'><param name='AutoSize' value=7><param name='AutoSizePercentage' value=100><param name='AutoArrange' value=0><param name='NoClientEdge' value=true><param name='ViewMode' value=1></object><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment2%,"
- HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem3,,"2,2,1,%MenuLabel%,%ItemLabel3a%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML3%</I></B>' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292102-4755-11CF-9DC2-00AA006C2B84}><img src=file:<%WinShell.TemplateDirPath%>intmess.gif border=0 alt='%ItemHTML3%' align=absmiddle>Internet Mail</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment3%,"
- HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem4,,"2,2,1,%MenuLabel%,%ItemLabel4%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML4%</I></B>' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292103-4755-11CF-9DC2-00AA006C2B84}<img src=file:<%WinShell.TemplateDirPath%>intnews.gif border=0 alt='%ItemHTML4%' align=absmiddle>Internet News</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment4%,"
- ;HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem5,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
- ;HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem6,,"2,2,1,%MenuLabel%,%ItemLabel6%,%49100%\Bin\Wizard.exe,%InsertBefore%,0,%ItemComment6%,"
- HKCU,"Software\Microsoft\FrontPad\Init Commands",MenuItem7,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
-
- ; Insert menu customizations for the FrontPage Editor.
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem1,,"2,2,1,%MenuLabel%,%ItemLabel1%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML1%</I></B>' startspan --><%WinShell.Title%><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment1%,"
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem2,,"2,2,1,%MenuLabel%,%ItemLabel2%,<!--webbot bot=HTMLMarkup u-src='file:///%49100%\Data\FoldData.gif' startspan --><object classid=clsid:EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B height=400 width=400><param name='Location' value='<%WinShell.ThisDirPath%>'><param name='AutoSize' value=7><param name='AutoSizePercentage' value=100><param name='AutoArrange' value=0><param name='NoClientEdge' value=true><param name='ViewMode' value=1></object><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment2%,"
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem3,,"2,2,1,%MenuLabel%,%ItemLabel3b%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML3%</I></B>' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292102-4755-11CF-9DC2-00AA006C2B84}><img src=file:<%WinShell.TemplateDirPath%>intmess.gif border=0 alt='%ItemHTML3%' align=absmiddle>Internet Mail</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment3%,"
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem4,,"2,2,1,%MenuLabel%,%ItemLabel4%,<!--webbot bot=HTMLMarkup alt='<B><I>%ItemHTML4%</I></B>' startspan --><a HREF=file:::{871C5380-42A0-1069-A2EA-08002B30309D}\::{89292103-4755-11CF-9DC2-00AA006C2B84}<img src=file:<%WinShell.TemplateDirPath%>intnews.gif border=0 alt='%ItemHTML4%' align=absmiddle>Internet News</a><!--webbot bot=HTMLMarkup endspan -->,%InsertBefore%,2,%ItemComment4%,"
- ;HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem5,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
- ;HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem6,,"2,2,1,%MenuLabel%,%ItemLabel6%,%49100%\Bin\Wizard.exe,%InsertBefore%,0,%ItemComment6%,"
- HKCU,"Software\Microsoft\FrontPage\Editor\Init Commands",MenuItem7,,"2,2,1,%MenuLabel%,-,,%InsertBefore%,,,"
-
- [DelUninstallKey]
- HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrontPad
-
- ;DEBUG!
- ;[DebugRegKeys]
- ;"HKLM","SOFTWARE\Microsoft\FrontPad\Debug","InstallDir",,"49100 = %49100%"
-
- [FPadAddLink]
- setup.ini, progman.groups,, "group5="%InternetSuite%"" ; creates folder (if not already there)
- setup.ini, group5,, """%FrontPadLink%"", """"""%49100%\Bin\Frontpad.exe"""""""
-
- [FPIni]
- frontpad.ini, FrontPad 2.0,, "FrontPadRoot=%49100%"
-
- [FPadRemoveLink]
- setup.ini, progman.groups,, "group5="%InternetSuite%""
- setup.ini, group5,, """%FrontPadLink%"""
-
- [SourceDisksFiles]
- Fp20htp.dll = 1
- Fp20ime.dll = 1
- Fp20tl.dll = 1
- Fp20utl.dll = 1
- Frontpad.exe = 1
- Lead52n.dll = 1
- FrontPad.hlp = 1
- FrontPad.cnt = 1
- Normal.htm = 1
- Normal.inf = 1
- FoldData.gif = 1
- ;Wizard.exe = 1
- empty.tmp = 1
- Frontpad.inf = 1
-
- [SourceDisksNames]
- 1 = %DiskName%,fpadiexp.cab,0
-
- [Strings]
- ; Strings to be localized.
- InternetSuite = "Internet Explorer Suite"
- DiskName = "Microsoft FrontPad Installation Disk"
- PROGRAMS = "Progra~1" ; Should be "Program Files", but it fails to create link on NT.
-
- FrontPadLink = "FrontPad"
- FrontPadDesc = "Microsoft FrontPad"
- UserPrompt = "Where would you like to install the FrontPad files?"
- ShellVerb = "Edit"
- BeginPrompt = "Remove Microsoft FrontPad from your system?"
- EndPrompt = "Microsoft FrontPad was successfully removed."
-
- ; Menu Item Labels to be localized:
- MenuLabel = "&Insert"
- InsertBefore = "&Image..."
- ItemLabel1 = "WebView Folde&r Title"
- ItemLabel2 = "WebView Folder &Contents"
- ItemLabel3a = "WebView Shortcu&t to Mail"
- ItemLabel3b = "WebView Shortcut to M&ail"
- ItemLabel4 = "WebView Shortc&ut to News"
- ItemLabel6 = "Launch WebView Wi&zard..."
-
- ; Menu Item Comments to be localized:
- ItemComment1 = "Insert the title of the current folder"
- ItemComment2 = "Insert the contents (program icons) of the current folder"
- ItemComment3 = "Insert a shortcut to Internet Mail"
- ItemComment4 = "Insert a shortcut to Internet News"
- ItemComment6 = "Launch the folder template Wizard for more options"
-
- ; Inserted HTML to be localized:
- ItemHTML1 = "WebView Folder Title"
- ItemHTML2 = "WebView Folder Contents"
- ItemHTML3 = "Shortcut to Mail"
- ItemHTML4 = "Shortcut to News"
-
- ; Change 5 to 1 below to prompt user for path. We need to be quiet for IE4, so disable user choice.
- [FPadDestination]
- 49000=ProgramFilesDir,5
- 49100=CustomInstallDir,5
-
- [ProgramFilesDir]
- "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
-
- [CustomInstallDir]
- "HKLM","SOFTWARE\Microsoft\FrontPad","InstallDir",%UserPrompt%,"%49000%\%FrontPadDesc%"
-
-